home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 March / Software of the Month Club 1998 March.iso / mac / Latest & Greatest / PowerReplace 6.3 / Filter / 1. Small / DelCComment next >
Text File  |  1996-03-03  |  167b  |  9 lines

  1. % Delete comments in C++ programme source files
  2. % There is two styles: /* */ and //
  3. % Guoniu Han, 1995/10/23
  4.  
  5. "//*\n"                    " "
  6. "//*\r"                    " "
  7. "/\**\*/"               " "
  8.  
  9. % end